home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / AmigaTalk_X / testfiles / TestImageRetrieve < prev    next >
Encoding:
Text File  |  2002-03-13  |  222 b   |  13 lines

  1. im2 <- Image new
  2.  
  3. im2 registerTo: win
  4.  
  5. im2 addImage: 51 height: 27 depth: 4
  6.  
  7. im2 setImageDataFrom: 'AmigaTalk:EarthImage.asc'
  8.  
  9. im2 drawImageAt: 400 @ 300
  10.  
  11. im2 saveImageIn: 'AmigaTalk:SavedEarthImage.asc'
  12.  
  13. im2 disposeImage